home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 37 / CD Expert nº 37.iso / DATA / nav walk death / OFFLINE.EXE / 0 / RCDATA / TFM_SPLASH / TFM_SPLASH.txt < prev   
Text File  |  1998-08-10  |  3KB  |  132 lines

  1. object FM_Splash: TFM_Splash
  2.   Left = 264
  3.   Top = 164
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'LIKSE'
  7.   ClientHeight = 310
  8.   ClientWidth = 314
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnCreate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 314
  22.     Height = 310
  23.     Align = alClient
  24.     BevelInner = bvLowered
  25.     BorderWidth = 2
  26.     BorderStyle = bsSingle
  27.     Color = clWhite
  28.     TabOrder = 0
  29.     object Label1: TLabel
  30.       Left = 16
  31.       Top = 87
  32.       Width = 161
  33.       Height = 13
  34.       Caption = 'WebPage:  http://www.faico.net/'
  35.       Font.Color = clBlack
  36.       Font.Height = -11
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = []
  39.       ParentFont = False
  40.       Transparent = True
  41.     end
  42.     object Label2: TLabel
  43.       Left = 16
  44.       Top = 71
  45.       Width = 83
  46.       Height = 13
  47.       Caption = 'All rights reserved'
  48.       Font.Color = clNavy
  49.       Font.Height = -11
  50.       Font.Name = 'MS Sans Serif'
  51.       Font.Style = []
  52.       ParentFont = False
  53.       WordWrap = True
  54.     end
  55.     object Label3: TLabel
  56.       Left = 16
  57.       Top = 56
  58.       Width = 233
  59.       Height = 13
  60.       Caption = 'Copyright ∩┐╜ 1996-98 FAICO Information Solutions'
  61.       Font.Color = clNavy
  62.       Font.Height = -11
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = []
  65.       ParentFont = False
  66.     end
  67.     object Image1: TImage
  68.       Left = 16
  69.       Top = 8
  70.       Width = 144
  71.       Height = 45
  72.       AutoSize = True
  73.       Picture.Data = {<image001.bmp>}
  74.     end
  75.     object Version: TLabel
  76.       Left = 160
  77.       Top = 32
  78.       Width = 88
  79.       Height = 13
  80.       Caption = 'International v1.90'
  81.       Font.Color = clBlack
  82.       Font.Height = -11
  83.       Font.Name = 'MS Sans Serif'
  84.       Font.Style = []
  85.       ParentFont = False
  86.     end
  87.     object Memo1: TMemo
  88.       Left = 12
  89.       Top = 104
  90.       Width = 285
  91.       Height = 161
  92.       TabStop = False
  93.       Ctl3D = False
  94.       Font.Color = clBlack
  95.       Font.Height = -11
  96.       Font.Name = 'MS Sans Serif'
  97.       Font.Style = []
  98.       Lines.Strings = (
  99.         'This version of LIKSE is for EVALUATION purposes only. If '
  100.         'you find LIKSE useful, please consider registering LIKSE '
  101.         'Details are under the registration button, or REGINFO.HTM.'
  102.         ''
  103.         'You will not see this screen again upon registration.'
  104.         'For question or comments, please send email to:'
  105.         'support@faico.net'
  106.         ''
  107.         'Mirror Site: http://www.netvigator.com/~godfreyk/')
  108.       ParentCtl3D = False
  109.       ParentFont = False
  110.       ReadOnly = True
  111.       TabOrder = 0
  112.     end
  113.     object BT_OK: TBitBtn
  114.       Left = 115
  115.       Top = 270
  116.       Width = 77
  117.       Height = 27
  118.       Font.Color = clBlack
  119.       Font.Height = -11
  120.       Font.Name = 'MS Sans Serif'
  121.       Font.Style = [fsBold]
  122.       ParentFont = False
  123.       TabOrder = 1
  124.       Visible = False
  125.       Kind = bkOK
  126.       Margin = 2
  127.       Spacing = -1
  128.       IsControl = True
  129.     end
  130.   end
  131. end
  132.